home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2010 Summer - Disc 1 / WN_Ete2010_CD1.iso / Onglet5 / Weezo / Weezo setup.exe / {code_appDir} / www / noResource.php < prev    next >
PHP Script  |  2010-05-19  |  116b  |  4 lines

  1. <?php
  2. require_once(INCLUDE_DIR.'outputFunctions.php');
  3. outDisplayErrorPage(cfCaption("genNoDefinedResource"));
  4. ?>